Image Download

Related example macro: Demo-ImageDownload

To download an image (or any other specific web page element) switch to recording mode, navigate to the page and press "Save item".
The item download window opens. Now select the image (or item) in the web browser window. The selection is displayed in the item download window for preview. If you like the selection, press ok. The item download manager automatically adds a TAG line to your macro:

TAG POS=1 TYPE=IMG ATTR=HREF:http://www.iopus.com/logo.jpg CONTENT=EVENT:DOWNLOAD

You can also create download tag lines manually: Simply add CONTENT=EVENT:DOWNLOAD to a normal TAG line.

The downloaded files are copied to the Internet Macros download directory. The items are taken directly from the web browser that displays them. They are NOT downloaded again to save time and bandwidth. The naming convention for downloaded images is the same as for downloaded files. This also means you can use "SET !DDIR" and "SET !DFILE" to specify your name for the downloaded image.

For a demo of this feature, please run the "Demo-ImageDownload" macro.